// PRO TIP: the allows analytics and other clients to work more efficiently with a calcuation DR.
 protected override bool?IsSupportedDataMethod(AFDataMethods dataMethods) => IsDefaultSupportedDataMethod(dataMethods);
 // PRO TIP: the allows analytics and other clients to work more efficiently with a calculation DR.
 protected override bool?IsSupportedDataMethod(AFDataMethods dataMethods)
 {
     return(IsDefaultSupportedDataMethod(dataMethods));
 }