public async Task GetDailiesAsync()
 {
     AssertCall <Dailies>(await repository.GetDailiesAsync());
 }