I have a method that sets a variable to null when declared, but am getting a security error stating that the method can dereference a null pointer, thereby raising a NullException. By declaring the variable a string.Empty would that eliminate the NullException?