type RIGHT interface {
	a() Type
	b() ChangeMe
}