public async Task <int> GetTitleCountByTitleAsync(string title) { return(await _data.GetTitleCountByTitleAsync(title)); }