public int GetNextId() { int i = 0; int j; MyB.MutateOperands(ref i, out j); return(i); }
public bool IsAuthenticated(string userName) { var emailAddress = MyB.GetEmailAddress(new UserCredentials(userName)); return(emailAddress != null); }
public (IB, IC, ID) GetDependencies() { Console.WriteLine(ToString()); return(MyB, MyB.GetC(), MyB.GetD()); }