private static string GetEffectFlagsString(EffectFlags effectFlags) { var text = effectFlags.ToString(); return text; }