stories
stories copied to clipboard
Split stories according to command query segregation.
Wrap command stories with one that prepare state for it (query stories).
CreatePost(
# parse http hearders
# load current user
SavePost()
)