public void ParserService_GetParsedResults_EmptyString_DoesNotThrow()
 {
     Assert.DoesNotThrow(() => _parser.GetParsedResults(string.Empty));
 }