C# hello world exercise trouble

the hello world exercise keeps on giving the following error:

We received the following error when we ran your code:

HelloWorldTests.cs(8,39): error CS0103: The name 'HelloWorld' does not exist in the current context

how do I fix this?

Hello. What’s the code you’re running when you get the error?