I am trying to make a class called GraphService with the Boost Graph Library. It should compute various stuff on graphs and return properties like the node degree distribution to other classes. This is a part of my headerfile for the graph, which is called Graph.h:I am trying to make a class called GraphService