public DefaultUserRepository(IEncryptProvider provider) { _encryptProvider = provider; this._dbContext = new DefaultDbContext(); }