public void ClearConfiguration()
 {
     _buttonActionForPress   = null;
     _buttonActionForRelease = null;
     _buttonFace?.Dispose();
     _buttonFace = null;
 }