Пример #1
0
 public async Task GetTitleAsync(string id)
 {
     AssertCall <Title>(await repository.GetTitleAsync(id));
 }