main
1using NUnit.Framework;
2
3namespace tests
4{
5    public class ObservationAttribute : TestAttribute {}
6}