internal CreateThingTypeResponse CreateThingType(CreateThingTypeRequest request)
{
var marshaller = new CreateThingTypeRequestMarshaller();
var unmarshaller = CreateThingTypeResponseUnmarshaller.Instance;
return Invoke<CreateThingTypeRequest,CreateThingTypeResponse>(request, marshaller, unmarshaller);
}