using Microsoft.AspNetCore.SignalR.Client; namespace Squirrowse.Client.Service { public interface IConnectionManager { HubConnection Connect(); } }