public Pair <Guid, Pair <string, string> > SearchPhoneById(Guid id) { return(Phones.Find(phone => new Guid(phone.Key.ToString()) == id)); }