namespace MtApi.Responses { internal class ResponseBase { public int ErrorCode { get; set; } public string ErrorMessage { get; set; } } }