namespace MediaBrowser.Controller.Sync { /// /// A marker interface /// public interface IRemoteSyncProvider { } }