/// <summary>
 /// Saves over the previous location where this metadata was originally loaded
 /// </summary>
 public void Save()
 {
     using (FileStream output = SourcePath.Create()) Raw.Save(output);
 }