private static string GetMessage(ProcessManager instance)
 {
     return String.Format("Process manager {0} is either complete or has not yet started.", instance.GetType().FullName);
 }