public SignalRService(HubMethods <VehicleHub> hubMethods) { _hubMethods = hubMethods; }
public VehicleHub(HubMethods <VehicleHub> hubMethods) { _hubMethods = hubMethods; }