namespace Interactive { interface IInteractable { void Interact(); } }