Do what I have done in the most complicated way possible.
public class Coool
{
static int challenge()
{
int number = 1;
return number;
}
}
using NUnit.Framework;
using System;
namespace Solution {}
// TODO: Replace examples and use TDD by writing your own tests