using System; namespace Nethereum.JsonRpc.UnityClient { public class UnityRequest { public TResult Result { get; set; } public Exception Exception { get; set; } } }