namespace Wizard; public class BaseSeriesData { public int Id { get; protected set; } public string Name { get; protected set; } public string Introduction { get; protected set; } public string TitlePath { get; protected set; } public string DrumrollPath { get; protected set; } }