namespace Managing.Infrastructure.Evm.Models.Proxy; public abstract class Web3ProxyBaseResponse { public bool Success { get; set; } }