public AdjCSVLoader(string fullPath, int vertexCount) { _fullPath = fullPath; _vertexCount = vertexCount; _sgf = new SubjectGraphFactory(_vertexCount); }