namespace Zennysoft.Ma; public interface ISigilComponent { ISigil Sigil { get; set; } public void Reset(); }