namespace Rocket.Runtime { public sealed class RuntimeFeature { public static string ReplacementOnly(string value) { return "server:" + value; } } }