public void RegisterDBContext(IMongoDBContext context)
 {
     _dbContextType      = context.GetType();
     this._configuration = context.BuildConfiguration();
     context.OnRegisterModel(_typeResolver);
 }