using System.Threading.Tasks; using Microsoft.AspNetCore.SignalR; namespace BTCPayServer.Hubs { public class CrowdfundHub: Hub { } }