namespace XGame.Framework.Asyncs { public interface IResultAsync<TResult> : IAsync, IAsyncResultable<TResult> { TResult Result { get; } } }