/// <summary> /// Attends the ladder. /// </summary> /// <param name="managerId">The manager id.</param> /// <returns></returns> public MessageCodeResponse AttendLadder(Guid managerId, bool hasTask, bool isGuide = false) { return(proxy.AttendLadder(managerId, hasTask, isGuide)); }