public OssIndexVulnerabilitySource(string baseUrl)
 {
     _client = new OssIndexClient(baseUrl);
 }
 public OssIndexClientShould()
 {
     _client = new OssIndexClient("https://ossindex.sonatype.org");
 }