export class UnitInterceptor implements NestInterceptor {
  constructor(private unitsService: UnitsService) {}

  async intercept(
    context: ExecutionContext,