void OnSplashScreenTemplateChanged()
 {
     if (SplashScreenTemplate != null)
     {
         SplashScreenTemplate.Seal();
     }
 }
 void OnSplashScreenTemplateChanged()
 {
     SplashScreenTemplate.Do(x => x.Seal());
 }