Remove Maybe wrapper from CSSPayload
We should never attempt to dereference a null pointer, any null pointers should be captured at the point of creation.
We should never attempt to dereference a null pointer, any null pointers should be captured at the point of creation.