getAssembly( type: string ): Entity {
        if ( !this.hasAssembly( type ) ) {
            throw Error( "No assembly of that type found!" );
        }
        return getItem( type, this._assemblies, "type" );