$"Could not find \"{propertyName}\" property on type \"{statetype.FullName}\". Either configure the state locator predicate manually or update your model.");
if(!idProperty.CanRead)
thrownewGrainStorageConfigurationException(
$"The property \"{propertyName}\" of type \"{statetype.FullName}\" must have a public getter.");