public static bool CanAcceptCash([NotNull] this ProjectAcl projectAcl)
 {
     return(projectAcl.GetCashPaymentType()?.IsActive ?? false);
 }