public string GetDeviceOriginalID() { return(RandomStringGenerators.GetRandomString(14, RandomStringGenerators.fullTemplate).ToUpper()); }
public string GetDeviceSecretKey() { return(RandomStringGenerators.GetRandomString(64, RandomStringGenerators.hexTemplate)); }