<PackageReference Include="NUnit" Version="4.5.1" />

NUnit.Framework.Internal.CSharpPatternBasedAwaitAdapter

namespace NUnit.Framework.Internal { internal static class CSharpPatternBasedAwaitAdapter { public static AwaitAdapter TryCreate(object awaitable); public static bool IsAwaitable(Type awaitableType); public static Type GetResultType(Type awaitableType); } }