master
reducer
const reducer = ( state: IdentificationState = INITIAL_STATE, action: Action ): IdentificationState => { switch (action.type) {