public async Task Delete(Guid id)
 {
     await _dbContext.DeleteTenancyPeriod(id);
 }