# Functions

HandleCreateMicroversionSuccessfully configures the test server to respond to a Create request for a new server group with microversion set to 2.64.
HandleCreateSuccessfully configures the test server to respond to a Create request for a new server group.
HandleDeleteSuccessfully configures the test server to respond to a Delete request for a an existing server group.
HandleGetMicroversionSuccessfully configures the test server to respond to a Get request for an existing server group with microversion set to 2.64.
HandleGetSuccessfully configures the test server to respond to a Get request for an existing server group.
HandleListSuccessfully configures the test server to respond to a List request.

# Constants

CreateOutput is a sample response to a Post call.
CreateOutputMicroversion is a sample response to a Post call with microversion set to 2.64.
GetOutput is a sample response to a Get call.
GetOutputMicroversion is a sample response to a Get call with microversion set to 2.64.
ListOutput is a sample response to a List call.

# Variables

CreatedServerGroup is the parsed result from CreateOutput.
ExpectedServerGroupSlice is the slice of results that should be parsed from ListOutput, in the expected order.
FirstServerGroup is the first result in ListOutput.
SecondServerGroup is the second result in ListOutput.