public protocol Reloadable {
  func setConfiguration(_ options: ReloadScreenOptions?)
  func show()
  func hide()
}
