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