Add power level to room members
Makes it possible to access a power-level property for room members. For that the MR adds Member as a subclass of User and extends it by the required methods.
To make the use of the User extension trait ergonomic I introduce a Fractal prelude. No virtual methods were introduced during the production of this merge request.