static ProfileScope()
 {
     ProfileScope.Clear();
 }
 public void Dispose()
 {
     this.stopwatch.Stop();
     ProfileScope.Update(this.tag, this.stopwatch.Elapsed.TotalMilliseconds);
 }