/// <summary> /// Get a single contact based on Id. /// </summary> public Contact GetById(int id) { return(_contactProvider.FindById(id)); }