IApp IApp.Initialize()
            {
                IApp x = new Initialized();

                return(x.Initialize());
            }