public static IConsent IsValid(IInteractionBuffer buf) { return GetConsent(buf.ToString()); }
public static IConsent IsValid(IInteractionBuffer buf) { return(GetConsent(buf.ToString())); }
private static IConsent IsUsable(IInteractionBuffer buf) { return GetConsent(buf.ToString()); }
private static IConsent IsUsable(IInteractionBuffer buf) { return(GetConsent(buf.ToString())); }