public async Task <Int64> CountAsync()
 {
     return(await queryDispatcher.CountAsync(query));
 }