private void OpenAnimationFile(string file)
        {
            this.lottieLogo.RemoveFromSuperview();
            this.lottieLogo = null;

            this.lottieLogo = LOTAnimationView.AnimationWithFilePath(file);
            setDefaultViewProperties();
        }