This files needs to be changed - internal/server/http/http.go - internal/server/grpc/grpc.go and the code ``` case <-s.Ctx.Done(): return s.Stop() ``` moved to internal/server/server.go `StopHandler()` func.