Terminal.Shell EchoExtension A sample extension with just one command. Simply copy this to your own project and use IMessageBus to execute it: using Merq; namespace EchoExtension; public partial record Echo(string Message) : ICommand<string>;