extension UriUtils on Uri {
  bool get isDeeplink {
    return scheme.toLowerCase() == "comwell";
  }
}