public async Task <IActionResult> DeleteUser(string id) { var updateResult = await _coffeService.DeleteUser(id); return(Ok(updateResult)); }