using System.Threading.Tasks; namespace Nethereum.RPC.Infrastructure { public interface IGenericRpcRequestResponseHandlerNoParam { Task SendRequestAsync(object id = null); } }