pub async fn start_rust_sender(
    name: String,
    relay: String,
    files: Vec<String>
) -> Result<()>