public async Task <IActionResult> DeleteAsync(int id) { await _artistsService.DeleteAsync(id); return(NoContent()); }