public int GetCount() => _contentTypeService.Count();
public int GetCount() { return(_contentTypeService.Count()); }