export class Profile {
  static get NONE(): Profile {
    return Profile.create({
      username: '',
      bio: '',