namespace ZeroLevel.Services.Async.Internal { internal interface IAwaiterFactory { IAwaiter CreateAwaiter(); } }