namespace MtApi5.MtProtocol { internal class Response { public int ErrorCode { get; set; } public string? ErrorMessage { get; set; } public T? Value { get; set; } } }