More customizable custom handler
Breaking Changes:
GriddlySettings.HandleCustomExportis now injected with theGriddlyResultobject instead of theGriddlyResult.GetAll(sort)output.GriddlyResulthas a new abstract method:IEnumerable<P> GetAllForProperty<P>(string propertyName)This should be implemented to return only the property projection requested.