getDataHealth: async () => {
    const result = {
      name: 'database',
      healthy: await new DataConnection().checkConnection()
    };