public InterviewMain() { gRpc = new GrpcClient(); restClient = new RestClient(); }
public InterviewMain(string name) { UserName = name; Grpc = new GrpcClient(); RestClient = new RestClient(); }