// ASYNCHRONOUS public async Task <Title> GetTitleByIdAsync(string id) { return(await _data.GetTitleByIdAsync(id)); }