public ProblemGatherer(BehaviorGraph graph, IViewProblemStoreCache cache, ITemplateRegistry<ITemplate> sparkTemplates, IParsingRegistrations<ITemplate> parsings)
 {
     _graph = graph;
     _cache = cache;
     _sparkTemplates = sparkTemplates;
     _parsings = parsings;
 }
 public ViewsEndpoint(IViewProblemStoreCache cache)
 {
     _cache = cache;
 }