Transforms a message into a markup message with the specified color.
protected string ToMarkup(string color, params object[] args);color System.String
The color to use in the markup.
args System.Object[]
The arguments to format the message.
System.String
The markup message.