public ActionResult <Contact> AddContact(Contact contact) { _dbClient.AddContact(contact); return(contact); }