public ActionResult <ClusterModel> FindById([FromQuery] string id) => Clusters.FindById(id);