public MainWindowViewModel()
 {
     HogeCommand = IsActive.Select(x => x == true).ToReactiveCommand();
     HogeCommand.Subscribe(OnClick);
 }