internal Response(bool success, ResponseCode statusCode) : this(success) { StatusCode = statusCode.ToInt(); }