public IActionResult ExampleGet([FromQuery] List <string> portfolioPolicy) { return(Ok(_example.ExampleMethod())); }