public async Task <IActionResult> SlowestEndpointAsync([FromServices] IEasyProfilerBaseService <ProfilerPostgreSqlDbContext> baseService)
 {
     return(Ok(await baseService.GetSlowestEndpointsAsync()));
 }