public void OnGenerateBinaryStrings()
 {
     GenerateStrings(() => _random.BinaryString(stringLength));
 }