Responses: SuccessfulPolicyResponseWithStatusCode & {
    httpStatusCode: "200";
} | ServerErrorWithStatusCode & {
    httpStatusCode: "500";
}