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