using Nop.Core.Domain.Media; namespace Nop.Services.Media; /// /// Video service interface /// public partial interface IVideoService { /// /// Gets a video /// /// Video identifier /// /// A task that represents the asynchronous operation /// The task result contains the video /// Task