public IPushNotificationStorage CreatePushNotificationStorage(IMailboxSession session) { return(PushNotificationStorage.Create(session, this)); }
public static IPushNotificationStorage Create(IMailboxSession mailboxSession, IXSOFactory xsoFactory) { return(PushNotificationStorage.Create(mailboxSession, xsoFactory, OrganizationIdConvertor.Default)); }