namespace Nethereum.JsonRpc.Client { public class Configuration { public static object DefaultRequestId { get; set; } = 1; } }