public void CheckSymptoms() { if (Array.Find(Symptoms, PT.Description.Contains) != null) { TT.ProvideTreatment(); } }