public Contact GetById(string id) { var json_str = clientObj.GetContactById(id); Parser obj = new Parser(); return(obj.ConvertToContact(json_str)); }