@protected Future<bool> deleteValue(String fileName) async { return (await _container(fileName)).delete(); }