using System; namespace KGdev.BI3D.Revit.Common { public interface IMuidProvider { string GetMuid(); } }