using System;
using Xunit;
namespace GradeBook.Tests
{
public class UnitTest1
[Fact]
public void Test1()
Assert.Equal(1,0);
}