pub async fn wfs_handler(
configuration: &Configuration,
workflow: &str,
request: WfsRequest,
bbox: Option<&str>,
count: Option<i64>,
filter: Option<&str>,
namespaces: Option<&str>,
property_name: Option<&str>,
result_type: Option<&str>,
service: Option<WfsService>,
sort_by: Option<&str>,
srs_name: Option<&str>,
time: Option<&str>,
type_names: Option<&str>,
version: Option<&str>,
) -> Result<GeoJson, Error<WfsHandlerError>>