Future<String> uploadFile(String uid, XFile file) async { return await _crudService.uploadFile(uid, file); }