public User() : base() { Id = InnerContact.GetHashCode(); }
public User(IContact contact) : base(contact) { Id = InnerContact.GetHashCode(); }