public CountData GetCount(string name, int?id) { return(new CountData { Count = _problemService.Count(name, id) }); }