private Store GetStoreForRdn()
 {
     var sg = new StoreGateway();
     return sg.GetStore(null, true);
 }