In my ArcGIS Python toolbox, I want to be able to create a layer from the selected input feature used to run the tool. I have tried different way although nothing has worked yet. I guess I would need to get the selected feature from here:

....and then create a layer from that in the execute.
Intent is to turn the selected feature into its own layer below.
