public static void Reset()
 {
     _perf = new Models.Performance(_config);
     _perf.ApplicationStart = _applicationStart.ToString();
     _perf.Enabled          = true;
 }
 public static void Configure(Configs.PerformanceMonitorConfig config)
 {
     _perf = new Models.Performance(config);
     _perf.ApplicationStart = _applicationStart.ToString();
     _config = config;
 }