/// <summary> /// Implements Interface member Execute to "Get elder" command. /// </summary> public void Execute() { receiver.GetEldestUser(); }