namespace DDD { public interface IInteractableUi { void OnInteract(); } }