// Methods
        public IUnitOfWorkScope Create()
        {
            // UnitOfWorkScope
            IUnitOfWorkScope unitOfWorkScope = new EmptyUnitOfWorkScope();

            // Return
            return unitOfWorkScope;
        }
        // Methods
        public IUnitOfWorkScope Create()
        {
            // UnitOfWorkScope
            IUnitOfWorkScope unitOfWorkScope = new EmptyUnitOfWorkScope();

            // Return
            return(unitOfWorkScope);
        }