public ProductRequestRepository(TrippleD.Persistence.InMemoryStore.InMemoryStore store,
                                 IDomainEventDispatcher dispatcher) : base(store, dispatcher)
 {
 }
 public CustomerRepository(TrippleD.Persistence.InMemoryStore.InMemoryStore store, IDomainEventDispatcher dispatcher) : base(store, dispatcher)
 {
 }