namespace MtApi.Responses { internal class SeriesInfoIntegerResponse: ResponseBase { public long Value { get; set; } } }