/// <summary>
 /// This method will add the URLdomain and subdomain in the "V1" xml with sibling comments.
 /// </summary>
 /// <param name="ticket">Tickets model object</param>
 public void AddToV1Xml(Tickets ticket)
 {
     xmlHelper.AddToV1XML(ticket);
 }