I have a Windows Service (worker service) and want to add SignalR to it to communicate with clients. So:
dotnet new worker -n "MyService"