public Task<AllocatePublicVirtualInterfaceResponse> AllocatePublicVirtualInterfaceAsync(AllocatePublicVirtualInterfaceRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken))
{
var marshaller = new AllocatePublicVirtualInterfaceRequestMarshaller();
var unmarshaller = AllocatePublicVirtualInterfaceResponseUnmarshaller.Instance;
return InvokeAsync<AllocatePublicVirtualInterfaceRequest,AllocatePublicVirtualInterfaceResponse>(request, marshaller,
unmarshaller, cancellationToken);
}