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