public void Send()
 {
     if (null != this.Destination && -1 != this.ColorID)
     {
         PublisherManager.SendMessageWithPublisher(this.ColorID, this.Destination);
     }
 }