public int UpdateTokenForUserId(string token, string userId) { return(BLService.UpdateTokenForUserId(token, int.Parse(userId))); }