public async Task <IHttpActionResult> GetAlerts(int?limit = 1000) { return(Ok(await _statsService.GetActiveAlerts(limit).ConfigureAwait(false))); }