func get(instance *serviceclient.ServiceClient) (*http.Response, error) {
	return instance.Get("/bla")
}