public CommonGameOverModel(IGameOverUiAdapter adapter) : base(adapter)
 {
     _adapter        = adapter;
     _adapter.Enable = false;
 }