CloudServicesUtility:TryGetCloudAndLocalCacheValues with float
CloudServicesUtility:44. - CloudServices.LocalCache.GetDouble(key, (double)(object)localCacheDefaultValue);
localCacheDefaultValue is float, when trying to use TryGetCloudAndLocalCacheValues for float
so there is exception on casting (double)(object)(FLOAT) - (double)(object)localCacheDefaultValue