public void can_generate_bic() { finance.Bic().Should().Be("CVQAMUB1"); }
public static string Bic() => Finance.Bic();