Presently, SearchDescriptor.Query has an overload that takes an IQueryContainer.
It would be useful if CountDescriptor.Query also had an overload accepting an IQueryContainer.
This would allow us to pass the same incoming parameters to either method as required without the need to handle CountDescriptor.Query as a special case.