static abstract class LiveValue is IGetterWithNotify { abstract Class getType(); abstract A get(); }