namespace NGS.MeshFusionPro; public interface ISourceTrackingStrategy { bool OnUpdate(); }