Well when you create your class, you can change it to:

namespace LiteWarez.Security

and then you call it by:

using LitwWarez.Security;

You dont have to do that.

You can instead do it like:

LiteWarez.Security.myStaticString(args);

which is better if you arent going to make use of the entire class.