public T Configure <T>() where T : IStoreConfiguration
 {
     return(m_Factory.GetConfig <T>());
 }