public void Push(DatapointValue value)
 {
     RESTClient.RESTClient.PostAsync(DataAndAttributeValueWrapper.GetJSON(value), _logger);
 }