public virtual async Task <bool> AnyAsync([FromQuery] TQuery queryDto)
 {
     return(await AppService.AnyAsync(queryDto));
 }