public IViewComponentResult Invoke() { var result = _device.CountDevices(deviceInfo); return(View(result)); }