public string CheckStringConcatenation(string firstStr, string secondStr)
 {
     return(Task4.ConcatNoRepeats(firstStr, secondStr));
 }