public ref Person GetContactInformation(string fname, string lname)
{
    // ...method implementation...
    return ref p;
}