public Theme GetSelectedTheme(SlideType slideType)
 {
     return(_themeSaveHelper.GetSelectedTheme(slideType));
 }