public async Task RemoveGroupOnNonExistentConnectionNoops()
 {
     var manager = new DefaultHubLifetimeManager<MyHub>(new Logger<DefaultHubLifetimeManager<MyHub>>(NullLoggerFactory.Instance));
     await manager.RemoveFromGroupAsync("NotARealConnectionId", "MyGroup").OrTimeout();
 }