public void DeleteAuthentication(string userId, string token) { AuthenticationBusiness.DeleteAuthentication(userId, token); }