public bool UpdateLogin(long targetId, string salt, string hash) { return(_updateHandler.UpdateLogin(targetId, salt, hash)); }