I have this code;
using System; namespace Rapido { class Constants { public static const string FrameworkName = \"Rapido Framework\"; }
A const is already static as it cannot change between instances.