using Xunit; namespace Kata { public class YourAmazingUnitTests { [Fact] public void start_from_here() { Assert.True(true); } } }