public void Join2StringFixture()
 {
     var strings = new[] { "1q", "2w", "3e" };
     strings.Join2String(',').Should().Equal("1q,2w,3e");
 }