public ActionResult Geometry([FromBody] Alternative[] array) { var geom = NormalizationHelper.GeometryMethod(array); return(Ok(geom)); }