namespace Core.Triiger { public interface ITriggerEntity { string tag { get; } } }