namespace YJMPD_UWP.ViewModels { public class MatchVM : TemplateVM { public MatchVM() : base("Match") { } } }