public ServiceBase(SportsContext context)
        {
            context.ThrowIfNull();

            _context = context;
        }