public InProcessMutableQueryModelStorage(InProcessTableStorage <TQueryModel> storage)
 {
     this.storage = storage;
 }