using System.Threading.Tasks; namespace DDD { public interface IInteractableUi { void OnInteract(); } }