public void addLogError([FromBody] dynamic logEvent) { GeneralHelpers.AddLog(logEvent, "CLIENT", (int)GeneralHelpers.EventType.ERROR); }