public UserProfileMongoRepository(IBackStoreContext <IMongoDatabase> context, Func <string, HashedData> hashedPerform)
 {
     _context       = context;
     _HashedPerform = hashedPerform;
 }
 public StoresMongoRepository(IBackStoreContext <IMongoDatabase> context)
 {
     _context = context;
 }