public virtual async Task <IActionResult> DeleteAsync(string id) { await _service.DeleteAsync(id); return(Success()); }