@Parcelize data class UIState( val dataState: @RawValue UIStateType.DataState, val toggleState: @RawValue UIStateType.ToggleState, val dialogState: @RawValue UIStateType.DialogState, @IgnoredOnParcel val navigationState: UIStateType.NavigationState ) : Parcelable