pub mod entitygateway;
pub mod inmemory;
pub use entitygateway::EntityGateway;
pub use inmemory::InMemoryGateway;