using System; using xFileService.Interfaces; namespace xWebinarService.Interfaces { public interface IXWebinarFileProvider : IXBaseFileProvider { } }