/// <summary> /// CustomKeysRepositoryService constructor /// </summary> public InMemoryKeys2RepositoryService(BaseDataHost host, int deliverywindow) : base(host, deliverywindow) { if (!(host is CustomStoreHost)) { throw new ArgumentException("Invalid Host ! : value but be an CustomStoreHost instance"); } _mfausers.Open(); _mfakeysusers.Open(); }