public static DeleteVServerGroupResponse Unmarshall(UnmarshallerContext context)
        {
            DeleteVServerGroupResponse deleteVServerGroupResponse = new DeleteVServerGroupResponse();

            deleteVServerGroupResponse.HttpResponse = context.HttpResponse;
            deleteVServerGroupResponse.RequestId    = context.StringValue("DeleteVServerGroup.RequestId");

            return(deleteVServerGroupResponse);
        }
        public static DeleteVServerGroupResponse Unmarshall(UnmarshallerContext context)
        {
            DeleteVServerGroupResponse deleteVServerGroupResponse = new DeleteVServerGroupResponse();

            deleteVServerGroupResponse.HttpResponse = context.HttpResponse;
            deleteVServerGroupResponse.RequestId = context.StringValue("DeleteVServerGroup.RequestId");

            return deleteVServerGroupResponse;
        }