public static bool BitwiseHasFlag(this Enum flag, short value) { return((flag.AsShort() & value) == value); }