Result IProfileManager <IPartProfile> .ApplyJSON(IPartProfile settings, string json)
 {
     return(base.ApplyJSON((TProfile)settings, json));
 }
 public string SerializeJSON(IPartProfile settings)
 {
     return(base.SerializeJSON((TProfile)settings));
 }
 public void ApplyKeyValuePair(IPartProfile settings, string keyValue)
 {
     base.ApplyKeyValuePair((TProfile)settings, keyValue);
 }
 public void OnSet(IPartProfile profile)
 {
     base.OnSet((TProfile)profile);
 }
 public void ApplyJSON(IPartProfile settings, string json)
 {
     base.ApplyJSON((TProfile)settings, json);
 }