public void TestAlpha() { var word = "shakes"; Console.WriteLine(Brackets.Bracket(word)); Assert.Pass(); Assert.True(true); }