Issue with gamerservcie

Hi guys Iv got a wired issue with gamerservices.
I’m running mg 3.6 and its a universal windows project

Basically I want to use guide so I have added the reference to monogame.net
then I have the following

using Microsoft.Xna.Framework.GamerServices;

However when I do this

Componates.Add(New GamerServiceComponent(this));

It says that it dos not exist.

Oddly Guide exists so I’m really confused as what I’m doing wrong.