using System; namespace KGdev.BI3D.Revit.ExporterV2 { internal class HasherOutput { public string Signature { get; set; } } }