/// <summary>
 /// Selects a Delivery option from the provided Types of the outstanding request.
 /// </summary>
 /// <param name="type">PathType to use.</param>
 public void ChooseDelivery(PathType type)
 {
     Send(NetCodes.CL_DELIVERY_SELECT, type.ToNetString());
 }