Changes APIs for filtering as follows (BREAKING CHANGES): * Rename the current Filter class to FilterCollectioin. * Create a new static class named Filter, and create a Predicate<Entity> From(IEnumerable<string>) static method.