public HX1838Controller(IL298NClient l298n, IHubContext <ChatHub> chatHub)
 {
     _chatHub = chatHub;
     _l298n   = l298n;
 }