So if I want to have a string constant it is a lot better to declare it as: static immutable string MY_STRING = "Some string"; Because it won't be duplicated?