public async Task <bool> Stop() { try { await _ftpClient.DisconnectAsync(); return(true); } catch (Exception e) { return(false); } }