public IRuntimeMapInfo Execute()
 {
     return(_conn.CreateRuntimeMap(
                this.MapDefinition,
                this.TargetMapName,
                this.RequestedFeatures,
                this.IconsPerScaleRange,
                this.IconFormat,
                this.IconWidth,
                this.IconHeight));
 }