Returns the specified item in a raft.
The type of item to return.
The name of the item.
The item of the specified type and name, or null if there is no matching item in the raft.
The default implementation of this method calls GetRaftItemsAsync and filters the results. Implementers may override this method as a performance optimization.