public void FormatWithElapsed()
 {
     Assert.That(DebugUtility.FormatWithElapsed("message", new Stopwatch()), Is.EqualTo("message took 0 usec"));
 }