/// <inheritdoc />
 public async Task Notify(Alert alert)
 {
     await _alertApi.Send(_mapper.Map <Alert, AlertDto>(alert));
 }