public async Task <bool> UpdateTitleAsync(Title title) { return(await _data.UpdateTitleAsync(title)); }