// Token: 0x060007CC RID: 1996 RVA: 0x00019906 File Offset: 0x00017B06 internal static void DisconnectStoreSession(StoreSession session) { if (session == null) { throw new ArgumentNullException("session"); } if (session.IsConnected) { session.Disconnect(); } }