# Functions

HandleCreateSuccessfully configures the test server to respond to a Create request for a new attachment.
HandleDeleteSuccessfully configures the test server to respond to a Delete request for a an existing attachment.
HandleGetSuccessfully configures the test server to respond to a Get request for an existing attachment.
HandleListSuccessfully configures the test server to respond to a List request.

# Constants

CreateOutput is a sample response to a Create call.
GetOutput is a sample response to a Get call.
ListOutput is a sample response to a List call.