public EDMResponse(string response = "") { ResponseStr = response; Error = EDMError.None; Exception = null; }
public EDMResponse(string response = "") { Response = response; Error = EDMError.None; ErrorStr = ""; }