public static TagCollection HttpPath(this TagCollection tagCollection, string path)
 {
     return(tagCollection.Set("http.path", path));
 }
 public static TagCollection HttpHost(this TagCollection tagCollection, string host)
 {
     return(tagCollection.Set("http.host", host));
 }