public GetGatesPagedListResponse GetGatesPagedList(GetGatesPagedListRequest request)
		{
			return _context.SimpleOperation<GetGatesPagedListRequest, GetGatesPagedListResponse, IGetGatesPagedListQuery>(request, () => new { request = request });
		}
		public GetGatesPagedListQuery(GetGatesPagedListRequest request)
		{
			_request = request;

			_response = new GetGatesPagedListResponse();
		}