Is your feature request related to a problem? Please describe.
Make it easier for developers to use Msg interfaces. It would be convenient if developers could, instead of creating a Msg associated with the actor library, to instead make a Msg associated with an interface library.
Describe the solution you'd like
Add an option in the AFMMP to create a Msg for an interface (and modify the existing "Create Message" item to be more clear that it's for the owning Actor).

If the "Create Message for interface" was chosen, it would prompt the user to add the Msg (and template payload method) to an existing interface (drop down list) or to create a new interface.
Describe alternatives you've considered
None come to mind.
Additional context
N/A
Is your feature request related to a problem? Please describe.
Make it easier for developers to use Msg interfaces. It would be convenient if developers could, instead of creating a Msg associated with the actor library, to instead make a Msg associated with an interface library.
Describe the solution you'd like
Add an option in the AFMMP to create a Msg for an interface (and modify the existing "Create Message" item to be more clear that it's for the owning Actor).
If the "Create Message for interface" was chosen, it would prompt the user to add the Msg (and template payload method) to an existing interface (drop down list) or to create a new interface.
Describe alternatives you've considered
None come to mind.
Additional context
N/A