internal Call(Account account, int id, Type type) : this(account, id) { CallType = type; }
internal static Call makeCall(Account account, string number) { return(new Call(account).makeCall(number)); }