public ContactList(Guid abId, Owner owner, NSMessageHandler handler) : this(abId, owner, null, handler) { }
public ContactList(string abId, Owner owner, NSMessageHandler handler) : this(new Guid(abId), owner, handler) { }