public bool IsRelevant(string s)
 {
     return(s.StartsWith("!") && parameterParser.IsRelevant(s.Replace("!", "")));
 }