namespace MtApi5.Responses { internal class ICustomResponse: ResponseBase { public int Value { get; set; } } }