Cuberty ERROR 404

  public class Error404 {
    static void Main() {
        bool notFound = true;
        
        if (YouSpeltItWrong) {
            TryAgain();
        } else if (WeScrewedUp) {
            Console.WriteLine("We're really sorry.");
            Response.Redirect(home);
        }
    }
}