public bool Overloaded(string term) => SomeGroup.Contains(term);
public bool FunctionGroup(string term) => SomeGroup.Contains(term);