export class User {
  static get NONE(): User {
    return User.create({
      email: '',
      token: '',