public async Task IsWriteable()
 {
     Assert.That(await _calDavDataAccess.GetPrivileges(), Is.EqualTo(AccessPrivileges.All));
 }