// Sending requests public DataRequest Send(string payload) { _dataRequest.Init(payload); return(_dataRequest); }