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