public static XService Init(string username, string password) { if (instance == null) { instance = new XService(username, password); } return instance ; }
public static void Start() { Service = null; }