This is a test
private void OutputDml(object source, OutputEventArgs args)
{
if(!args.Output.Contains("Error getting port connector information"))
{
this.m_eventBus.FireEvent<DmlOutputEventArgs>(this, new DmlOutputEventArgs(args.Output, args.IsCommandCompletion));
}
}