namespace MediaBrowser.Controller.Providers { public class GameSystemInfo : ItemLookupInfo { /// /// Gets or sets the path. /// /// The path. public string Path { get; set; } } }