public bool SendDevDecision([FromBody] JObject model)
 {
     return(AppCache.AddDeviceInfo(model));
 }