public async Task <IActionResult> DeleteSocialList(string id) { await _manager.Delete(id); return(NoContent()); }