namespace StardewModdingAPI.Framework.Events { internal interface IManagedEvent { string GetName(); } }