returnErrorHelpers.BuildErrorResponse(HttpStatusCode.BadRequest,$"An error occured connecting to the tumbler.",e.ToString());
returnErrorHelpers.BuildErrorResponse(HttpStatusCode.BadRequest,$"An error occured connecting to the tumbler with uri {request.ServerAddress}.",e.ToString());