// Download SQLite database from FTP server private async void downloadSQLiteDB() { await FTPServer.DownloadDB(Constants.DbPath); }