using System; namespace AmplifyBloom { internal interface IAmplifyItem { void Destroy(); } }