using System; public interface IPack { void ApplyEffects(); string Name { get; } }