export enum EnumRoutePaths {
'login' = '/login',
'not-found' = '/404',
'no-permission' = '/403',
'service-error' = '/500'
}