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