❔ How do I cast a byte to an enum MyEnum : byte
As the title says really, I have a 
public enum MyEnum : byte and I want to cast byte? to the enum. How do I do that?