This question might have been asked in a different way that I couldn't find anywhere, or it might be a misunderstanding by me that I'd really appreciate if someone clarifies it. what is the difference between
public readonly string something;
and
public string something {get;}