public async Task DeleteAsync(long id) { _logger.LogDebug($"Deleting SomeModel with Id of {id}"); await _somemodelRepository.DeleteAsync(id); }