public void ShowDateTimeHasResolutionOf15Milliseconds()
 {
     HighResolution.ShowDateTimeHasResolutionOf15Milliseconds();
 }
 public void ShowQueryPerformanceCounterHasBetterResolutionThanDateTimeNow()
 {
     HighResolution.ShowQueryPerformanceCounterHasBetterResolutionThanDateTimeNow();
 }
 public void DisplayTimerProperties()
 {
     HighResolution.DisplayTimerProperties();
 }