export class ProfileState {
  current = Profile.NONE;

  constructor(
    @IApiService private readonly api: IApiService,