public static Contact ToContact(this VCard vcard, string tenant) { var contactId = Guid.NewGuid(); return(vcard.ToContact(tenant, contactId)); }