export class SetTitle implements Action {
  readonly type = AppActionTypes.SetTitle;

  constructor(public payload: {
    title: string