public Task <bool> ShowYesNoQuestionBox(string question)
 {
     Question = question;
     CurrentProcess.Release();
     return(AwaitForAnswer());
 }