using PepperDash.Core; namespace PepperDash.Essentials.Core { /// /// Defines the contract for IAttachVideoStatus /// public interface IAttachVideoStatus : IKeyed { // Extension methods will depend on this } }